home *** CD-ROM | disk | FTP | other *** search
/ Mac Cubed 3 / Mac Cubed 3 - Disc 7.iso / •IMPORTANTInstall these files!• / BBEdit Lite 4.0.1 / What's New in BBEdit Lite 4.0.1 < prev   
Text File  |  1997-03-19  |  9KB  |  225 lines

  1. What’s New in BBEdit Lite 4.0.1
  2. ------ --- -- ------ ---- -----
  3.  
  4. This document provides a quick overview of what’s new in BBEdit Lite
  5. 4.0, relative to previous versions. In general, many improvements and
  6. refinements have been made to the user interface, and a number of
  7. performance enhancements and bug fixes are also included.
  8.  
  9.  
  10. Overall Construction
  11. ------- ------------
  12. From an engineering perspective, BBEdit Lite 4.0 has more in common with
  13. commercial releases of BBEdit than with previous releases of BBEdit
  14. Lite. It is built from the same code and resource bases. This has
  15. yielded many “under the hood” improvements to performance,
  16. functionality, and reliability.
  17.  
  18.  
  19. PowerPC Performance
  20. ------- -----------
  21. BBEdit 4.0 is constructed as a “fat binary”: an application which is
  22. fully native on both 680x0 and PowerPC Macintosh models. This yields
  23. maximum performance on Power Macs, and also derives benefits from using
  24. Virtual Memory on Power Macintosh models.
  25.  
  26.  
  27. Drag and Drop Text Editing
  28. ---- --- ---- ---- -------
  29. BBEdit Lite 4.0 features “drag and drop” text editing; having made a
  30. selection, you simply drag it to wherever it needs to go: another
  31. location in the same document, another open window, or another
  32. application. If you drop your text selection in the Finder, and the
  33. “Clipping Extension” is installed, the system will create a clipping
  34. file, which may be re-used at any time.
  35.  
  36. You can also insert a file’s contents into a text document by simply
  37. dragging and dropping it from another location. To insert a folder
  38. listing, drag and drop a folder (or an alias to a folder), or even an
  39. entire disk.
  40.  
  41.  
  42. Recent Files
  43. ------ -----
  44. In the File menu, the “Open Recent” command gives quick access to the
  45. twelve most-recently-opened files.
  46.  
  47.  
  48. Improved Search and Replace
  49. -------- ------ --- -------
  50. BBEdit Lite 4.0 features improved performance in Grep searches and
  51. “Replace All” operations. For optimal Replace All performance, we
  52. recommend that you turn on the “Start at Top” check box in the Find
  53. dialog, or, if you do not wish to operate on the entire file, turn off
  54. the “Wrap Around” and “Backwards” check boxes.
  55.  
  56.  
  57. Updated Extensions
  58. ------- ----------
  59. Several of the BBEdit extensions included in the BBEdit Lite
  60. distribution package have been improved and upgraded:
  61.  
  62. -    The “827” extension has been renamed “Convert to ASCII”, to more
  63.     accurately reflect this tool’s function;
  64.  
  65. -    The “Educate Quotes” extension is now undo-able, and will operate
  66.     on the current selection range if there is one (and on the entire
  67.     document if not).
  68.  
  69. -    the behavior of Prefix/Suffix Lines has now been corrected in
  70.     several instances.
  71.  
  72. Bug Fixes and Minor Improvements
  73. --- ----- --- ----- ------------
  74.  
  75. The following minor enhancements are new as of BBEdit Lite 4.0.1:
  76.  
  77. +    When performing an "Open Selection" within an untitled document,
  78.     BBEdit will now detect the case in which the selection encompasses a
  79.     full pathname, and attempt to open the file directly.
  80.  
  81. +    The Clipboard window is now searchable; you can also make selections
  82.     using the mouse or keyboard and drag them to other BBEdit windows
  83.     (or to other applications).
  84.             
  85. +    If you choose the "Open Selection" command and there is no selection
  86.     in the front editing window, BBEdit will display a dialog that you
  87.     can use to type in the desired file name.
  88.  
  89. +    Various optimizations have been applied to the process of loading
  90.     BBEdit Extensions; the result is that in general, there is a
  91.     noticeable reduction in the amount of time BBEdit takes to start up.
  92.  
  93. +    BBEdit now requires much less transient memory when performing a Cut
  94.     or Copy operation, and now stores its clipboard data in system
  95.     memory. The net result is that you should be able to cut and copy
  96.     very large amounts of text without needing to increase BBEdit's
  97.     memory allocation size.
  98.  
  99. The following reported problems are corrected in BBEdit Lite 4.0.1:
  100.  
  101. -    When beginning a new undoable action, BBEdit Lite now releases any
  102.     memory used by a previous undoable action.
  103.  
  104. -    Fixed a problem in the Grep pattern matcher which would cause
  105.     available memory to decrease each time a Grep search is performed;
  106.     this would lead to BBEdit rapidly running out of memory during
  107.     Replace All operations using Grep.
  108.  
  109. -    when saving a modified document, BBEdit now ensures that sufficient
  110.     disk space is available -before- attempting to overwrite the old
  111.     document contents. This guards against the old document getting lost
  112.     in the event of a disk-full error.
  113.  
  114. -    if BBEdit has to take its "emergency exit" due to an out-of-memory
  115.     condition, it will now use intrinsic MacOS notification services to
  116.     warn of this state of affairs. This prevents a hang which would
  117.     occur if BBEdit unexpectedly ran out of memory while performing an
  118.     operation in the background.
  119.     
  120. -    the line number display will no longer flicker as you type in
  121.     editing windows.
  122.     
  123. -    in some circumstances, BBEdit would be launched in the background
  124.     by another application, get brought forward, and end confused about
  125.     whether it was in the foreground or not. BBEdit now guards against
  126.     this situation.
  127.  
  128. -    when printing soft-wrapped text documents, BBEdit will no longer
  129.     erroneously drop the last character.
  130.  
  131. -    BBEdit now guards itself against corrupted resource files; this
  132.     prevents BBEdit from quitting unexpectedly when open files whose
  133.     state information may have been damaged.
  134.  
  135. -    when multi-file searching after a reverse search, BBEdit will now
  136.     BBEdit will no longer occasionally try to search backwards in disk
  137.     files (resulting in no occurrences being found).
  138.  
  139. What was New In BBEdit Lite 3.5
  140. ==== === === == ====== ==== ===
  141.  
  142. This section summarizes the changes that were introduced in BBEdit
  143. Lite 3.5.
  144.  
  145. “Soft” Text Wrapping
  146. ------ ---- --------
  147. BBEdit Lite 3.5 features “soft” text wrapping, in which long lines of
  148. text are automatically wrapped to the width of the editing window,
  149. without using carriage returns. As you insert and delete text, BBEdit
  150. Lite will automatically re-flow the text as necessary. The “Soft
  151. Wrap Text” option replaces the old “Wrap While Typing” option.
  152.  
  153.  
  154. New “Find” Dialog
  155. --- ------ ------
  156. The Find dialog (which comes up when you choose “Find...” from the
  157. Search menu) has been expanded and revised for more functionality and
  158. greater ease of use. All of the options from BBEdit Lite 3.0 are
  159. present, but you no longer have to flip pages in the dialog in order to
  160. access the multi-file search options. In addition, you can now hide the
  161. multi-file search options by clicking the small triangle to the left of
  162. the “Multi-File Search” check box.
  163.  
  164. A “Start at Top” option has been added. When this option is selected,
  165. BBEdit Lite will always search forward from the beginning of the file,
  166. regardless of where the current selection range may be.
  167.  
  168.  
  169. Updated Menus
  170. ------- -----
  171. BBEdit Lite now uses Ramon Felciano’s “Mercutio” menu definition. In
  172. addition to being more compatible than the previous approach, Mercutio
  173. also makes “alternative” keyboard equivalents visible while menus are
  174. pulled down. (To see this in action, pull down the File menu, and slowly
  175. press and release the Option key.)
  176.  
  177.  
  178. Improved “Get Info” dialog
  179. -------- ---- ----- ------
  180. The Get Info dialog has been expanded to provide character, word, and
  181. line counts for both the selection range and the entire documents. To
  182. compute the page count for the selection range and entire document,
  183. click the “Paginate” button. The “Copy Path” button will place the full
  184. path of the front document onto the Clipboard, ready for pasting into an
  185. edit window or into another application.
  186.  
  187.  
  188. Simplified Preferences
  189. ---------- -----------
  190. The “Zap Gremlins” and “Hard Wrap” commands now remember their settings
  191. after you quit BBEdit. As a result, the “Wrapping” and “Zapping”
  192. sections of the Preferences dialog are no longer required, and have been
  193. removed.
  194.  
  195. In addition, the “Preferences” dialog has been revised for greater ease
  196. of use. All available preferences are listed on the left-hand side of
  197. the Preferences dialog; you can click on any one of the items to make
  198. that page of the dialog available.
  199.  
  200.  
  201. Simplified State
  202. ---------- -----
  203. The “Remember File State” option controls whether or not BBEdit Lite
  204. remembers a document’s state information (window position and size, font
  205. settings, display and printing options, and more). Version 3.5 no longer
  206. differentiates between the different state resource formats, but instead
  207. saves the state information in a format that is compatible with all
  208. modern text editors and development environments. (The Remember File
  209. State option for each document can be found on the file options popup in
  210. each window’s status area, and can be set for all new documents in the
  211. “State” section of the Preferences dialog.)
  212.  
  213.  
  214. Contact Info
  215. ======= ====
  216.  
  217. Bare Bones Software, Inc.
  218. P.O. Box 1048
  219. Bedford, MA 01730
  220.  
  221. email:     support@barebones.com
  222. Web:    http://www.barebones.com/
  223.  
  224. =end=
  225.